home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C ++ / Snippets / MMapp / MyPP_DebugHeaders.h < prev    next >
Encoding:
Text File  |  1996-09-04  |  427 b   |  16 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    PP_DebugHeaders.h                ©1996 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.     
  7. #if __POWERPC__
  8.     #include "MyPP_DebugHeadersPPC"
  9.     
  10. #elif __CFM68K__
  11.     #include "MyPP_DebugHeadersCFM68K"
  12.     
  13. #else
  14.     #include "MyPP_DebugHeaders68K"
  15. #endif
  16.